Skip to content

Conversation

rafaelcepeda
Copy link
Collaborator

Performed the necessary changes to enable compiler flag -require-explicit-sendable.

@rafaelcepeda rafaelcepeda added the 🆕 semver/minor Adds new public API. label Jul 14, 2025
}

@available(*, unavailable)
extension ContiguousBytesAdapter: Sendable {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite right: ContiguousBytesAdapter is Sendable when Bytes is Sendable

@glbrntt glbrntt added 🔨 semver/patch No public API change. and removed 🆕 semver/minor Adds new public API. labels Jul 14, 2025
@rafaelcepeda rafaelcepeda requested a review from glbrntt July 14, 2025 14:40
@glbrntt glbrntt merged commit 183418a into grpc:main Jul 14, 2025
31 checks passed
@rafaelcepeda rafaelcepeda deleted the explicit_sendable branch July 14, 2025 16:41
dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request Aug 26, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `grpc-swift-protobuf` to 2.1.1.

### Why are the changes needed?

To bring the latest improvements and bug fixes.
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.0
  - grpc/grpc-swift-protobuf#77
  - grpc/grpc-swift-protobuf#82
  - grpc/grpc-swift-protobuf#81

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #217 from dongjoon-hyun/SPARK-53370.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants